home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / mac / macstk.exe / MACSTKTT.FIX < prev    next >
Text File  |  1990-10-08  |  2KB  |  35 lines

  1. /* This fix allocates additional stack area to those processes in TTS
  2. NetWare ver. 2.15C that have exhibited stack problems during testing of the 
  3. AppleTalk 2.0 VAPs.  Use the ZAPOBJ.EXE program to apply this patch to the 
  4. applicable Advanced NetWare object files (TTS.OBJ and/or TTS_1.OBJ), before 
  5. re-NETGENning the OS. This patch will remove an additional 248 bytes from 
  6. Dynamic Pool 1, as displayed in FCONSOLE.  If there are not currently at 
  7. least 248 bytes more than the minimum 16000 bytes in that memory pool, 
  8. installing this patch in its current configuration will reduce the number 
  9. of file service processes by one, and put any remaining memory thus freed 
  10. back into Dynamic Pool 1.  If this situation might exist, and if the reduced 
  11. number of service processes would seriously hamper server performance, 
  12. selectively remove some of these patch directives.  You should remove enough 
  13. of the pairs (triplets, for the MUXPRC and StatPr processes) of patch 
  14. directive lines below such that only the processes that are known to get a 
  15. stack overflow error at the customer site, receive the additional stack 
  16. area. For more information, see the accompanying READ.ME file. */
  17.  
  18. segment=z0;
  19.  offset = 0d15;  find=fe00; replace=0001; /* Disk Process 254 -> 256 */
  20.  offset = 0d18;  find=fe00; replace=0001;
  21.  offset = 0d3d;  find=a000; replace=f000; /* TIProc Process 160 -> 240 */
  22.  offset = 0d40;  find=a000; replace=f000;
  23.  offset = 0d65;  find=a000; replace=f000; /* FATUpP Process 160 -> 240 */
  24.  offset = 0d68;  find=a000; replace=f000;
  25.  offset = 0dbf;  find=5802; replace=8002; /* DSKCLN Process 600 -> 640 */
  26.  offset = 0dc2;  find=5802; replace=8002;
  27.  offset = 0e13;  find=e803; replace=c003; /* SHOWMQ Process 1000 -> 960 */
  28.  offset = 0e16;  find=e803; replace=c003;
  29.  offset = 0e47;  find=c201; replace=e001; /* MUXPRC Process 450 -> 480 */
  30.  offset = 0ec6;  find=c201; replace=e001;
  31.  offset = 0ec9;  find=c201; replace=e001;
  32.  offset = 0e59;  find=c800; replace=0001; /* StatPr Process 200 -> 256 */
  33.  offset = 0f0f;  find=c800; replace=0001;
  34.  offset = 0f12;  find=c800; replace=0001;
  35.